OpenRoads Designer CONNECT Edition SDK Help

CreateConnectedCol Method

Creates a linear element collection where all coincident elements are joined and non contigous sections are connected with gaps

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  LinearElementCollection CreateConnectedCol(int  isCloseIn,double tolIn)

Parameters

SettingDescription
   Flag to indicate whether to close the connection
   Gap tolerance

Return Value

LinearElementCollection Joined linear element collection

See Also